home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
DesignCAD 3D Max PLUS trial 30
/
DATA1.CAB
/
Example_Files
/
Sample_Macros
/
Symbol Exploder.d3m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2003-09-29
|
341 b
|
20 lines
sys(80)=0
count = sys(9) 'find total number of entities
For i = 1 To count 'cycle through all entities
Entity(i) 'get each entity
etype = Sys(90) 'find out what entity you have is
print etype
if etype=26 then 'if its symbol
putattr i, 26, 1 'select it
endif
next i
>SymbolExplode
{
}
>GroupExplode
{
}